Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(services): rename tables and properties to fix postgres long nam… #11

Open
wants to merge 3 commits into
base: alpha
Choose a base branch
from

Conversation

m-pizarro
Copy link
Contributor

…es errors

Issue tracker links

Add links to any relevant tasks/stories/bugs/pagerduty/etc

Example - dummy TODO project

TODO-123

Changes/solution

How does this change address the problem?

Testing

Describe how the testing was done, plus evidence, if not covered by automated tests

Notes and considerations

Add any additional notes and/or considerations

Dependencies

_Add dependencies on any other PRs, if applicable

@@ -161,7 +161,7 @@ const formatTable = (table: RawGcpBigQueryTable): GcpBigQueryTable => {
externalDataConfigurationCsvOptionsAllowQuotedNewlines: externalDataConfiguration?.csvOptions?.allowQuotedNewlines || false,
externalDataConfigurationCsvOptionsAllowJaggedRows: externalDataConfiguration?.csvOptions?.allowJaggedRows || false,
externalDataConfigurationCsvOptionsEncoding: externalDataConfiguration?.csvOptions?.encoding || '',
externalDataConfigurationBigtableOptionsColumnFamilies: externalDataConfiguration?.bigtableOptions?.columnFamilies?.map(
externalDataConfigOptionsColumnFamilies: externalDataConfiguration?.bigtableOptions?.columnFamilies?.map(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should talk with infra to come up with the best replacement names to not confuse users

@m-pizarro
Copy link
Contributor Author

@tyler-dunkel This is deprecated, these changes were made to use Hasura. I think we can close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants